home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 61266 / 61266.xpi / chrome / skin / overlay.css < prev    next >
Cascading Style Sheet File  |  2010-02-08  |  2KB  |  76 lines

  1. /* XUL elements styling*/
  2. #beststickynotes-button{
  3.   list-style-image: url("chrome://beststickynotes/skin/beststickynotes-text_pencil_big.png");
  4. }
  5.  
  6. toolbar[iconsize="small"] #beststickynotes-button, #beststickynotes-statusbar{
  7.   list-style-image: url("chrome://beststickynotes/skin/beststickynotes-text_pencil_small.png");
  8. }
  9.  
  10. /* sticky note */
  11. .eche-best-sticky-note {
  12.   border: 2px solid #333 !important;
  13.   overflow: hidden !important;
  14.   cursor: default !important;
  15.   line-height: normal !important;
  16. }
  17.  
  18. /* top bar */
  19. .eche-best-sticky-note-top {
  20.   background-color: #333 !important;
  21.   text-align: left !important;
  22.   cursor: move !important;
  23.   height: 17px !important;
  24.   overflow: hidden !important;
  25. }
  26.  
  27. /* top bar span */
  28. .eche-best-sticky-note-top span{
  29.   font-family: sans-serif !important;
  30.   font-weight: bold !important;
  31.   font-size: 8pt !important;
  32.   color: #FFF !important;
  33.  
  34. }
  35. .eche-best-sticky-note-top-close {
  36.     float: right !important;
  37. }
  38.  
  39. /* bottom bar */
  40. .eche-best-sticky-note-bottom {
  41.   background-color: #333 !important;
  42.   height: 24px !important;
  43. }
  44.  
  45. /* top and bottom buttons */
  46. .eche-best-sticky-note-bottom a img, .eche-best-sticky-note-top a img{
  47.   border: none !important;
  48.   opacity: .5 !important;
  49.   cursor: pointer !important;
  50. }
  51. .eche-best-sticky-note-bottom a:hover img, .eche-best-sticky-note-top a:hover img{
  52.   opacity: 1 !important;
  53. }
  54. /* text when displayed / editing */
  55. .eche-best-sticky-note-display-text, .eche-best-sticky-note-edit-text {
  56.   font-family: sans-serif;
  57.   background-color: #ffe555 !important;
  58.   font-size: 13pt;
  59.   color: #666 !important;
  60.   padding: 0 2% !important;
  61.   text-align: left;
  62.   overflow: auto;
  63.   width: 96%;
  64. }
  65.  
  66. /* resize grabber */
  67. .eche-best-sticky-note-resize-grabber {
  68.   position: absolute !important;
  69.   background: no-repeat url("chrome://beststickynotes/skin/xf_resize_icon.gif") !important;
  70.   right:    -2px !important;
  71.   bottom:   -2px !important;
  72.   width:    16px !important;
  73.   height:   16px !important;
  74.   cursor:   se-resize !important;
  75. }
  76.